home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00099_Script_Stoponly < prev    next >
Text File  |  1998-09-21  |  428b  |  11 lines

  1. -- for help button in BTG
  2. on Stoponly
  3.   if  the membernum of sprite 48 = 0 then   exit
  4.   puckposition
  5.   set t = the number of member "puck" of castlib "internal"
  6.   set the scriptText of member t = the scriptText of member "PuckScript"of castlib "internal"   
  7.   set the movierate of sprite 48 =0
  8.   set the membernum of sprite 3 = member "play" of castlib "internal"
  9.   set the blend of sprite 3 to 100
  10.   updatestage
  11. end